07. Working with an ArrayList Quiz
Working with an ArrayList Quiz
Question:
Start Quiz:
Solution:
Catatan Instruktur:
Resources
Here is a list of common Type Parameters:
- E - Element (used extensively by the Java Collections Framework)
- K - Key
- N - Number
- T - Type
- V - Value
- S,U,V etc. - 2nd, 3rd, 4th types (when there is more than one parameter)
By convention, they are single, uppercase letters. Don’t worry, you won’t need to memorize these and for the rest of this course, we will explain the ones that do come up.
Learn more about Generic Types here.
Note
In the solution video, there is a typo and misreading in question #3. The answer should add "BBQ Time"
instead of "BBQ Heaven"
. Guess I was really craving BBQ :)